home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.02 Feb 90 / cdev Shell Code / cdevShell.make < prev    next >
Encoding:
Text File  |  1989-08-07  |  478 b   |  18 lines  |  [TEXT/MPS ]

  1. # Commands to build cdev Shell under MPW using MPW Pascal
  2. #
  3. # put the name of your cdev files in place of cdev.p, cdev.p.o, and
  4. # cdev.r below
  5. #
  6.     Pascal cdev.p -sym on
  7.     Pascal cdevShell.p -sym on
  8.     Link -w -t 'APPL' -c '????' -sym on ∂
  9.         cdev.p.o ∂
  10.          cdevShell.p.o ∂
  11.         "{Libraries}"Runtime.o ∂
  12.         "{Libraries}"Interface.o ∂
  13.         "{PLibraries}"PasLib.o ∂
  14.         "{PLibraries}"SANELib.o∂
  15.         -o cdevShell
  16.     Rez -append -o cdevShell cdev.r
  17.     Rez -append -o cdevShell cdevShell.r
  18.